home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils text / TextPlus Database Builder 0.9 / TPBuilder.exe / Readme.txt next >
Encoding:
Text File  |  2000-03-14  |  4.2 KB  |  94 lines

  1. ---------------------------------------------------------------------
  2. TextPlus Database Builder Version 0.9
  3. ---------------------------------------------------------------------
  4.  
  5. TextPlus Database Builder is a PC (Win 95/98/NT) application program that
  6. allows you to create or edit TextPlus vocabulary databases.  You can use 
  7. this program to edit your existing TextPlus databases or to create new 
  8. databases (for example, a foreign language dictionary, a dictionary
  9. for medical terms, etc.).
  10.  
  11. TextPlus Database Builder supports three basic operations
  12.  
  13. * It allows you to convert a TextPlus database file (PDB file) into
  14. a word list file and a phrase list file.  You can then use any text
  15. file editor to add/remove words and phrases from the lists.
  16.  
  17. * It allows you to convert a word list and a phrase list into a
  18. TextPlus database file (PDB file).
  19.  
  20. * It allows you to scan a text file and create a word list based on 
  21. the content of the text file.  In other words, the word list will 
  22. contain all words (with length in specified range) used in the text 
  23. file and the number of times each word is used.
  24.  
  25. The word list and the phrase list are text files with many lines, and each 
  26. line contains a word (or a phrase) and its frequency.  The format is
  27.  
  28. <frequency>  word_or_phrase
  29.  
  30. The optional frequency parameter is an integer between 1 and 32767.  If
  31. the frequency parameter is not specified, a default value of 1 will be 
  32. used.  A frequency value of 1 means the word (or phrase) is rarely used,
  33. while a frequency value of 32767 means the word (or phrase) is frequently 
  34. used.  
  35.  
  36. BUILDING CUSTOM DATABASES
  37.  
  38. To build a custom database you need to provide a word list and a phrase
  39. list (optional).  The word list and the phrase list must follow the 
  40. format above (one word or one phrase per line).  Although in a word list
  41. (or phrase list) created by the tool, the words (phrases) are sorted
  42. alphabetically, the database formed by using the list is not dependent on
  43. the order of the words (phrases).  An easy way to create a word list is
  44. to use the SCAN TEXT feature of the tool to extract a word list from a
  45. text file with selected text content.
  46.  
  47. MODIFYING EXISTING DATABASES
  48.  
  49. Follow the steps below to edit an existing TextPlus database:
  50.  
  51. * backup the database to your PC
  52. * convert the PDB file to a word list and a phrase list
  53. * use a text file editor to modify the word list and the phrase list
  54. * convert the lists back to PDB file
  55. * install the modified PDB file to your Palm device
  56.  
  57. DEFINITIONS 
  58.  
  59. * PDB file name: TextPlus database file name 
  60. * Word list file name: name of the text file containing the word list,
  61.                must use extension .txt
  62. * Phrase list file name: name of the text file containing the phrase list,
  63.                  must use extension .txt     
  64. * Ref PDB file name: name of the reference TextPlus database file.  This 
  65.              is usually the desktop version of the TextPlus 
  66.              database currently on your Palm device
  67. * TextPlus database name: this is the name used by Palm OS
  68. * Database size limit: you can set this value to limit the amount of
  69.                memory used by the database
  70. * Text file name: name of the text file used to extract word list
  71. * Min word length: minimum acceptable length for a word
  72. * Max word length: maximum acceptable length for a word
  73.                     
  74. IMPORTANT NOTICE
  75.  
  76. This application is freeware and SmartCell Technology makes no representations 
  77. or warranties whether express or implied (by statute or otherwise) relating 
  78. to the performance, quality, merchantability or fitness for a particular 
  79. purpose of the software.  You alone are able to determine whether the 
  80. software will meet your requirements and the entire risk as to its performance 
  81. is with you and, should the software prove defective, you alone must assume 
  82. the entire cost of all necessary servicing, repair or correction and any 
  83. incidental or consequential expenses.   
  84.  
  85. For more information about TextPlus, visit the homepage of SmartCell 
  86. Technology at
  87.  
  88. http://www.smartcell.com 
  89.  
  90. ---------------------------------------------------------------------
  91. Copyright (c) 2000, SmartCell Technology
  92. All rights reserved.
  93. ---------------------------------------------------------------------
  94.